body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
select,
option,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

* {
    outline: 0 none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

ul li {
    list-style: none;
}

a {
    color: black;
    outline: 0 none;
    text-decoration: none;
    cursor: pointer;
}

table {
    border-collapse: collapse;
}

img {
    border: 0;
}

body {
    font-family: Source Han Sans CN, Source Han Sans SC, "Arial";
    font-size: 15px;
    -webkit-tap-highlight-color: transparent;
}

#top {
    width: 100%;
    height: 100px;
    position: relative;
    line-height: 100px;
    text-align: center;
}

#top .logo_wrap {
    float: left;
    width: auto;
    height: auto;
    line-height: normal;
    position: static;
    padding-left: 5%;
    background: transparent;
    box-shadow: none;
    line-height: 100px;
}

#top .logo_wrap a {}

#top .logo_wrap .logo {
    vertical-align: middle;
    width: 90px;
    height: 90px;
}

#top .top_nav {}

#top .top_nav li {
    display: inline-block;
    margin: 0 20px;
}

#top .top_nav li a {
    color: #333
}

#top .top_nav li a:hover,
#top .top_nav li a.active {
    color: #7caf24
}

#top .search_wrap {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: 2%;
    line-height: normal;
}

#top .search_wrap .language {
    float: left;
    line-height: 30px;
    margin-right: 6px
}

#top .search_wrap .language a,
#top .search_wrap .language span {
    display: inline-block;
    margin: 0 3px;
    color: #333
}

#top .search_wrap .language a:hover {
    color: #7caf24
}

#top .search_wrap form {
    float: right;
    border: 1px solid rgb(200, 200, 200);
}

#top .search_wrap form .text_input {
    background: none;
    border: none;
    width: 140px;
    padding-left: 10px;
    height: 30px;
    float: left;
}

#top .search_wrap form .submit_input {
    font-size: 0;
    height: 30px;
    width: 30px;
    cursor: pointer;
    background: url(../images/search_icon.png) no-repeat center;
    border: none;
    float: right;
}

.cebian {
    display: none;
}

.banner a.wfEditorMode {
    position: relative;
    z-index: 999;
    top: 100px
}

a.wfEditorMode {
    position: relative;
    z-index: 999;
    top: 30px
}

.banner {
    position: relative;
    overflow: hidden;
}

.banner .slider {
    position: relative;
}

.banner .slider li {
    float: left;
    position: relative;
}

.banner .slider li img {
    width: 100%
}

.banner .slider .fss-wrapper {
    float: left
}

.banner .banner_text {
    position: absolute;
    left: 50%;
    top: 40%;
    z-index: 2;
    text-align: center;
}

.banner .banner_text .big_text {
    color: #fff;
    font-weight: bold;
    font-size: 60px;
}

.banner .pagination {
    position: absolute;
    right: 45px;
    top: 50%;
    z-index: 2;
    margin-top: -60px
}

.banner .pagination a {
    display: block;
    width: 14px;
    height: 14px;
    font-size: 0;
    margin: 18px 0;
    border-radius: 25px;
    border: 1px solid #fff;
}

.banner .pagination a:hover,
.banner .pagination a.selected {
    background: #fff;
}

.title {
    width: 100%;
    text-align: center;
    margin-bottom: 40px
}

.title .title_en {
    font-size: 40px;
    color: #333;
    font-weight: bold;
}

.title .title_en strong {
    color: #7caf24;
    font-weight: bold;
}

.title .line {
    width: 80px;
    height: 1px;
    background: rgb(150, 150, 150);
    margin: 15px auto 0;
}

.index_product {
    width: 100%;
    background: rgb(248, 248, 248);
    padding: 80px 0 30px
}


/*.index_product .cont_p{width: 52%;text-align: center;margin:0 auto;}*/

.index_product .cont_p {
    width: 52%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
}


/*.index_product .cont_p p{color: #666;line-height: 25px;font-size: 14px;padding-bottom: 80px;}*/

.index_product .cont_p p {
    color: #666;
    line-height: 25px;
    font-size: 14px;
    padding-bottom: 12px;
}

.index_product .product_wrap {
    width: 1300px;
    margin: 30px auto;
    background: #fff;
    box-shadow: 0 0 20px rgb(200, 200, 200);
    padding: 60px 0;
    position: relative;
}

.index_product .slider_wrap {
    width: 1200px;
    margin: 0 auto;
}

.index_product .product_wrap .product_slider {}

.index_product .product_wrap .product_slider li {
    float: left;
    text-align: center;
}

.index_product .product_wrap .product_slider li .imgwrap {
    height: 230px;
    line-height: 230px;
    margin-bottom: 20px
}

.index_product .product_wrap .product_slider li .imgwrap img {
    vertical-align: middle;
}

.index_product .product_wrap .product_slider li .textwrap {
    display: inline-block;
    text-align: left;
    padding-left: 25px
}

.index_product .product_wrap .product_title {
    font-size: 20px;
    font-weight: bold;
}

.index_product .product_wrap .product_introduce {
    font-size: 14px;
    margin: 15px 0;
}

.index_product .product_wrap .readmore {
    font-size: 15px;
    color: #7caf24
}

.index_product .product_wrap .arrow01,
.index_product .product_wrap .arrow02 {
    width: 14px;
    height: 35px;
    position: absolute;
    top: 50%;
    margin-top: -17.5px;
    cursor: pointer;
}

.index_product .product_wrap .arrow01 {
    background: url(../images/arrow01.png);
    left: 30px;
}

.index_product .product_wrap .arrow02 {
    background: url(../images/arrow02.png);
    right: 30px
}

.index_product .product_wrap .arrow01:hover {
    background: url(../images/arrow01_active.png);
}

.index_product .product_wrap .arrow02:hover {
    background: url(../images/arrow02_active.png);
}

.index_application {
    width: 100%;
    position: relative;
    height: 630px
}

.index_application .bg {}

.index_application .text_wrap {
    position: absolute;
    width: 1200px;
    top: 80px;
    left: 50%;
    margin-left: -600px
}

.index_application .text_wrap .title_en {
    color: #fff
}

.index_application .title .title_en strong {
    color: #fff
}

.index_application .title .line {
    background: #fff
}

.index_application .list {
    text-align: center;
    padding-top: 60px
}

.index_application .list li {
    display: inline-block;
    margin: 0 40px;
}

.index_application .list li .imgwrap {
    width: 145px;
    height: 145px;
    border: 3px solid #fff;
    border-radius: 50%;
    line-height: 145px;
    text-align: center;
}

.index_application .list li .imgwrap img {
    vertical-align: middle;
}

.index_application .list li .li_title {
    color: #fff;
    font-size: 20px;
    margin-top: 15px;
    font-weight: bold;
}

.index_application .list li:hover .imgwrap {
    background: #7caf24
}

.index_news {
    width: 1200px;
    margin: 50px auto;
}

.index_news .cont_p {
    width: 85%;
    text-align: center;
    margin: 0 auto;
}

.index_news .cont_p p {
    color: #666;
    line-height: 25px;
    font-size: 14px
}

.index_news .list {
    margin: 50px 0
}

.index_news .list li {
    float: left;
    width: 31.3%;
    margin-left: 3%
}

.index_news .list li.li0 {
    margin-left: 0
}

.index_news .list li .imgwrap {
    height: 270px;
    overflow: hidden;
    margin-bottom: 25px
}

.index_news .list li .imgwrap img {
    max-width: 100%;
    transition: transform 1s
}

.index_news .list li .imgwrap:hover img {
    transform: scale(1.1, 1.1);
}

.index_news .list li .news_title {
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

.index_news .list li .time {
    color: #7caf24;
    margin: 10px 0;
}

.index_news .list li .texts p {
    color: #666;
    font-size: 14px;
    line-height: 25px
}

.index_news .readmore {
    display: block;
    width: 250px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #7caf24;
    margin: 0 auto;
    color: #fff;
    border-radius: 25px
}

.index_about {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.index_about .right {
    float: right;
    width: 50%;
}

.index_about .right img {
    max-width: 100%;
    vertical-align: bottom;
}

.index_about .left {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(238, 238, 238)
}

.index_about .left .title {
    padding-top: 90px
}

.index_about .left .cont_p {
    width: 85%;
    margin: 0 auto;
    text-align: center;
}


/*.index_about .left .cont_p p{line-height: 25px;font-size: 14px;color: #333}*/

.index_about .left .about_list {
    text-align: center;
    margin: 70px 0 50px;
}

.index_about .left .about_list {
    text-align: center;
    margin: 20px 0 40px;
}

.index_about .left .about_list li {
    display: inline-block;
    width: 225px;
    margin: 0 10px;
    vertical-align: top;
}

.index_about .left .about_list li .imgwrap {
    width: 140px;
    height: 140px;
    border: 2px solid rgb(200, 200, 200);
    border-radius: 50%;
    line-height: 140px;
    margin: 0 auto;
}

.index_about .left .about_list li .imgwrap img {
    vertical-align: middle;
}

.index_about .left .about_list li p {
    color: #000;
    line-height: 24px;
    font-weight: bold;
    margin-top: 15px
}

.index_about .readmore {
    display: block;
    width: 250px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #7caf24;
    margin: 0 auto;
    color: #fff;
    border-radius: 25px
}

#footer {
    width: 100%;
    padding: 40px 0 25px;
    background: rgb(38, 38, 38)
}

#footer .container {
    width: 1200px;
    margin: 0 auto;
}

#footer .footer01 {
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(100, 100, 100)
}

#footer .footer02 {
    padding-top: 15px
}

#footer .footer02 .left {
    float: left;
}

#footer .footer02 .left .footer_text01 {
    color: #bababa;
    margin-bottom: 10px
}

#footer .footer02 .left .footer_text02 {
    color: #787878
}

#footer .footer02 .right {
    float: right;
}

#footer .footer02 .right li {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    line-height: 40px;
    text-align: center;
    ;
    background: rgb(60, 60, 60);
    border-radius: 50%
}

#footer .footer02 .right li img {
    vertical-align: middle;
}

.inside_banner {
    width: 100%;
    height: 640px;
    position: relative;
}

.inside_banner .text {
    width: 1200px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -600px;
    margin-top: -66px
}

.inside_banner .text .banner_title {
    font-size: 40px;
    color: #fff
}

.inside_banner .text .banner_title strong {
    font-size: 60px
}

.inside_banner .text .cont_p {
    margin-bottom: 20px
}

.inside_banner .text .cont_p p {
    color: #fff;
    font-size: 20px;
}

.inside_banner .text .line {
    width: 60px;
    height: 8px;
    background: #fff
}

.product_list {
    width: 1200px;
    margin: 0 auto;
}

.product_list .list_nav {
    text-align: center;
}

.product_list .list_nav li {
    display: inline-block;
    width: 24%
}

.product_list .list_nav li a {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    display: inline-block;
    width: 60%;
    padding: 20px 0;
}

.product_list .list_nav li a:hover,
.product_list .list_nav li a.active {
    border-bottom: 2px solid #7caf24;
    color: #7caf24
}

.product_list .lists {
    margin: 40px 0;
}

.product_list .lists li {
    width: 47%;
    float: left;
    padding: 50px 0;
    text-align: center;
    transition: box-shadow 700ms;
    margin-left: 6%;
    -webkit-transition: box-shadow 700ms;
}

.product_list .lists li .imgwrap {
    height: 300px;
    line-height: 300px;
}

.product_list .lists li .imgwrap img {
    vertical-align: middle;
}

.product_list .lists li .li_title {
    font-size: 26px;
    color: #000;
    font-weight: bold;
}

.product_list .lists li .li_cont {
    font-size: 14px;
    color: #666;
    margin-top: 5px
}

.product_list .lists li .more {
    display: block;
    line-height: 30px;
    color: #7caf24;
    margin-top: 30px;
    opacity: 0;
    transition: opacity 700ms;
    -webkit-transition: opacity 700ms
}

.product_list .lists li .more img {
    vertical-align: middle;
    margin-left: 6px;
}


/*.product_list  .lists li:hover{box-shadow:  0 0 10px rgb(220,220,220)}
.product_list  .lists li:hover .more{opacity: 1}*/

.products_list {
    width: 1200px;
    margin: 30px auto;
}

.products_list .lists_nav {
    text-align: center;
    border-bottom: 2px solid #7caf24
}

.products_list .lists_nav li {
    display: inline-block;
    width: 33.1%
}

.products_list .lists_nav li a {
    display: inline-block;
    width: 100%;
    height: 55px;
    line-height: 55px;
    color: #333;
    font-size: 18px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.products_list .lists_nav li a.active,
.products_list .lists_nav li a:hover {
    background: #7caf24;
    color: #fff;
}

.products_list .lists {
    margin-top: 100px
}

.products_list .lists li {
    float: left;
    width: 45%;
    margin-left: 10%;
    margin-bottom: 80px
}

.products_list .lists li .imgwrap {
    width: 100%;
    height: 340px;
    line-height: 340px;
    text-align: center;
    background: rgb(248, 248, 248)
}

.products_list .lists li .imgwrap img {
    vertical-align: middle;
}

.products_list .lists li .texts {
    margin-top: 30px
}

.products_list .lists li .texts .lists_title {
    font-size: 24px;
    color: #7caf24;
    font-weight: bold;
}

.products_list .lists li .texts .line {
    width: 40px;
    height: 3px;
    background: #7caf24;
    margin: 15px 0 20px
}

.products_list .lists li .texts .lists_content p {
    color: #666;
    font-size: 14px;
    line-height: 24px;
}

.products_list .lists li .more {
    display: block;
    line-height: 30px;
    color: #7caf24;
    margin-top: 30px;
}

.products_list .lists li .more img {
    vertical-align: middle;
    margin-left: 6px;
}

.bread {
    width: 100%;
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid rgb(220, 220, 220)
}

.bread .bread_wrap {
    width: 1200px;
    margin: 0 auto;
    text-align: right;
}

.bread .bread_wrap li {
    display: inline-block;
}

.bread .bread_wrap li a {
    color: #666
}

.bread .bread_wrap li span {
    color: #666;
    margin: 0 5px;
}

.bread .bread_wrap li a:hover {
    color: #7caf24
}

.product_detail {}

.product_detail .product_detail01 {
    width: 1200px;
    margin: 60px auto;
}

.product_detail .product_detail01 .detail_title {
    text-align: center;
    font-size: 16px;
    color: #7caf24
}

.product_detail .product_detail01 .detail_title strong {
    font-size: 35px
}

.product_detail .product_detail01 .detail_contp {
    text-align: center;
    width: 70%;
    margin: 30px auto;
    color: #666;
    font-size: 14px;
    line-height: 25px;
    color: #666
}

.product_detail .product_detail01 .detail01_wrap {}

.product_detail .product_detail01 .detail01_wrap .left {
    float: left;
    width: 50%;
    position: relative;
}

.product_detail .product_detail01 .slider_wrap {
    width: 80%;
    margin: 0 auto;
}

.product_detail .product_detail01 .detail01_slider {
    position: relative;
}

.product_detail .product_detail01 .detail01_slider li {
    float: left;
    text-align: center;
}

.product_detail .product_detail01 .arrow01 {
    display: inline-block;
    width: 11px;
    height: 17px;
    background: url(../images/detail_arrow01.png) no-repeat;
    position: absolute;
    left: 15%;
    top: 40%
}

.product_detail .product_detail01 .arrow02 {
    display: inline-block;
    width: 11px;
    height: 17px;
    background: url(../images/detail_arrow02.png) no-repeat;
    position: absolute;
    right: 15%;
    top: 40%
}

.product_detail .product_detail01 .arrow01:hover {
    background: url(../images/detail_arrow01_active.png) no-repeat;
}

.product_detail .product_detail01 .arrow02:hover {
    background: url(../images/detail_arrow02_active.png) no-repeat;
}

.product_detail .product_detail01 .detail01_wrap .right {
    float: right;
    width: 50%;
    position: relative;
}

.product_detail .product_detail01 .detail01_wrap .right .right_title {
    font-size: 17px;
    color: #7caf24;
    line-height: 25px;
    margin: 15px 0 20px
}

.product_detail .product_detail01 .detail01_wrap .right_list li {
    font-size: 14px;
    color: #666;
    line-height: 28px;
    padding-left: 25px;
    background: url(../images/juxing.png) no-repeat left center;
}

.product_detail .product_detail02 {
    width: 100%;
    padding: 60px 0;
    background: rgb(247, 247, 247)
}

.product_detail .product_detail02 .container {
    width: 1200px;
    margin: 0 auto;
}

.product_detail table {
    width: 100%;
}

.product_detail table #table_title {
    font-weight: bold;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 16px
}

.product_detail table tr td {
    border: 1px solid rgb(220, 220, 220);
    height: 40px;
    line-height: 40px
}

.product_detail table tr td:nth-of-type(1),
.product_detail table tr td:nth-of-type(3) {
    width: 16%;
    background: rgb(247, 247, 247);
    color: #000;
    padding-left: 2%
}

.product_detail table tr td:nth-of-type(2),
.product_detail table tr td:nth-of-type(4) {
    width: 33.33333%;
    background: #fff;
    color: #666;
    padding-left: 2%
}

.product_detail .product_detail03 {
    width: 1200px;
    margin: 60px auto;
}

.product_detail .product_detail03 .img_container {
    text-align: center;
}

.product_detail .product_detail03 .img_container img {
    max-width: 100%
}

.application {
    width: 1200px;
    margin: 60px auto;
}

.application li {
    overflow: hidden;
}

.application li .imgwrap {
    float: left;
    width: 50%
}

.application li .imgwrap img {
    max-width: 100%;
    vertical-align: bottom;
}

.application li .text_wrap {
    width: 45%;
    float: right;
    padding-left: 5%;
    margin-top: 90px
}

.application li .text_wrap .app_title {
    font-size: 22px;
    color: #7caf24
}

.application li .text_wrap .line {
    width: 40px;
    height: 2px;
    background: #7caf24;
    margin: 15px 0;
}

.application li .text_wrap .app_content p {
    font-size: 14px;
    color: #666;
    line-height: 24px
}

.application li .text_wrap .more {
    display: block;
    line-height: 30px;
    color: #7caf24;
    margin-top: 30px;
}

.application li .text_wrap .more img {
    vertical-align: middle;
    margin-left: 6px;
}

.application li.active .imgwrap {
    float: right;
}

.application li.active .text_wrap {
    float: left;
    padding-left: 0%
}

.application_list {
    width: 1200px;
    margin: 0 auto;
}

.application_list .list_nav {
    text-align: center;
    margin-bottom: 50px
}

.application_list .list_nav li {
    display: inline-block;
    width: 19.5%
}

.application_list .list_nav li a {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    display: inline-block;
    width: 60%;
    padding: 20px 0;
}

.application_list .list_nav li a:hover,
.application_list .list_nav li a.active {
    border-bottom: 2px solid #7caf24;
    color: #7caf24
}

.application_list .list_cont {
    width: 70%;
    margin: 40px auto;
    text-align: center;
}

.application_list .list_cont p {
    color: #666;
    font-size: 14px;
    line-height: 24px
}

.application_list .list {
    margin: 50px 0;
}

.application_list .list li {
    float: left;
    width: 50%;
    position: relative;
    overflow: hidden;
}

.application_list .list li img {
    max-width: 100%;
    vertical-align: middle;
    transition: transform 1s;
    -webkit-transition: -webkit-transform 1s
}

.application_list .list li:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.application_list .list li .text {
    position: absolute;
    width: 95%;
    padding-left: 5%;
    height: 50px;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.3);
    left: 0;
    bottom: 0;
    color: #fff;
    font-size: 15px
}

.application_list .download {
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: rgb(247, 247, 247);
    margin-bottom: 70px;
    font-size: 16px;
    color: #7caf24;
    font-weight: bold
}

.application_list .download img {
    vertical-align: middle;
    margin-right: 15px
}

.application_list .list li.active {
    float: none;
    width: 50%;
    margin: 30px auto;
}

.application_detail {
    width: 1200px;
    margin: 60px auto;
}

.application_detail .left {
    width: 48%;
    float: left;
    text-align: center;
    height: 380px;
    line-height: 380px;
    background: rgb(247, 247, 247)
}

.application_detail .left img {
    vertical-align: middle;
}

.application_detail .right {
    width: 50%;
    float: right;
}

.application_detail .right p {
    font-size: 14px;
    line-height: 25px;
    color: #666;
    margin-bottom: 20px
}

.related {
    width: 100%;
    padding: 60px 0;
    background: rgb(247, 247, 247)
}

.related .related_wrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.related .related_wrap .related_slider {
    position: relative;
}

.related .related_wrap .related_slider li {
    float: left;
    text-align: center;
    padding: 35px 0;
    margin: 3px;
    transition: all 500ms
}

.related .related_wrap .related_slider li:hover {
    background: #fff;
    box-shadow: 2px 2px 30px rgb(200, 200, 200)
}


/*.related .related_wrap .related_slider li .imgwrap{height: 160px;line-height: 160px;}*/

.related .related_wrap .related_slider li .imgwrap img {
    vertical-align: middle;
}

.related .related_wrap .related_slider .related_title {
    font-size: 17px;
    color: #000;
    font-weight: bold;
    margin-top: 20px
}

.related .related_wrap .related_slider .related_describe {
    font-size: 15px;
    color: #666;
    margin: 7px 0;
}

.related .related_wrap .related_slider .more {
    display: block;
    line-height: 20px;
    color: #7caf24;
    margin-top: 30px;
}

.related .related_wrap .related_slider .more img {
    vertical-align: middle;
    margin-left: 6px;
}

.related .related_wrap .arrow01,
.related .related_wrap .arrow02 {
    display: inline-block;
    width: 11px;
    height: 17px;
    position: absolute;
    top: 50%;
    margin-top: -8px
}

.related .related_wrap .arrow01 {
    background: url(../images/detail_arrow01.png);
    left: -3%
}

.related .related_wrap .arrow02 {
    background: url(../images/detail_arrow02.png);
    right: -3%
}


/*.related .related_wrap .arrow01:hover{background: url(../images/detail_arrow01_active.png);}
.related .related_wrap .arrow02:hover{background: url(../images/detail_arrow02_active.png);}*/

.news {
    width: 1200px;
    margin: 60px auto;
}

.news select {
    width: 600px;
    height: 45px;
    margin: 0 auto;
    padding-left: 10px
}

.news .news_list {
    margin-top: 60px
}

.news .news_list li {
    overflow: hidden;
    margin-bottom: 50px
}

.news .news_list li .imgwrap {
    display: inline-block;
    width: 32%
}

.news .news_list li .imgwrap img {
    max-width: 100%;
    vertical-align: middle;
}

.news .news_list li .text_wrap {
    display: inline-block;
    width: 63%;
    vertical-align: middle;
    margin-left: 3%
}

.news .news_list li .text_wrap .news_title {
    font-size: 25px;
    color: #333;
    font-weight: bold;
}

.news .news_list li .text_wrap .time {
    color: #7caf24;
    margin: 13px 0;
}

.news .news_list li .text_wrap .news_cont p {
    font-size: 14px;
    color: #666;
    line-height: 25px
}

.pager {
    text-align: center;
    margin-top: 60px
}

.pager li {
    display: inline-block;
    margin: 0 5px;
}

.pager li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #666;
    border-radius: 50%
}

.pager li a:hover,
.pager li.selected a {
    background: #7caf24;
    color: #fff
}

.news_detail {
    width: 1200px;
    margin: 60px auto;
}

.news_detail .news_title {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    text-align: center;
}

.news_detail .news_time {
    font-size: 14px;
    color: #7caf24;
    text-align: center;
    padding: 20px 0 40px;
    border-bottom: 1px solid rgb(220, 220, 220);
    margin-bottom: 40px
}

.news_detail p {
    color: #666;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 15px
}

.news_detail img {
    display: block;
    margin: 20px auto;
    max-width: 100%
}

.career {
    width: 1200px;
    margin: 60px auto;
}

.career .career_title {
    font-size: 45px;
    color: #7caf24;
    text-align: center;
    font-weight: bold;
}

.career .career_cont {
    font-size: 14px;
    line-height: 25px;
    color: #666;
    text-align: center;
    margin: 20px 0;
}

.career .career_email a {
    display: block;
    width: 470px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin: 0 auto;
    color: #7caf24;
    border: 1px solid #7caf24;
}

.career .career_email a:hover {
    background: #7caf24;
    color: #fff
}

.office {
    width: 100%;
    height: 800px;
    position: relative;
}

.office .textwrap {
    position: absolute;
    width: 540px;
    padding: 30px;
    background: #fff;
    height: 200px;
    left: 50%;
    top: 50%;
    margin-left: -600px;
    margin-top: -130px;
    box-shadow: 0 0 10px rgb(200, 200, 200)
}

.office .textwrap .text_slider {
    position: relative;
}

.office .textwrap .text_slider li {
    float: left;
}

.office .textwrap .text_slider li .text_title {
    font-size: 22px;
    color: #7caf24
}

.office .textwrap .text_slider li .line {
    width: 40px;
    height: 2px;
    background: #7caf24;
    margin: 15px 0;
}

.office .textwrap .text_slider li .text_cont p {
    font-size: 14px;
    color: #666;
    line-height: 24px
}

.office .textwrap .pagination {
    position: absolute;
    right: 30px;
    bottom: 30px
}

.office .textwrap .pagination a {
    display: inline-block;
    width: 8px;
    height: 8px;
    font-size: 0;
    margin: 0 5px;
    border-radius: 25px;
    border: 2px solid #7caf24;
}

.office .textwrap .pagination a:hover,
.office .textwrap .pagination a.selected {
    background: #7caf24
}

.job {
    width: 1200px;
    margin: 60px auto;
}

.job .mainli {
    border-bottom: 1px solid rgb(220, 220, 220)
}

.job .mainli .show {
    background: url(../images/job_right.png) no-repeat right center;
    cursor: pointer;
    padding: 30px 0
}

.job .mainli .show strong {
    font-size: 18px;
    padding-left: 10px;
    color: #333
}

.job .mainli .show .time {
    float: right;
    color: #7caf24;
    margin-right: 25px;
    margin-top: 2px
}

.job .mainli .hidden {
    display: none;
}

.job .mainli .hidden {
    padding-left: 23px
}

.job .mainli .hidden .job_address strong,
.job .mainli .hidden .job_people strong {
    font-size: 16px;
    margin-right: 4px;
    color: #333
}

.job .mainli .hidden .job_address,
.job .mainli .hidden .job_people {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px
}

.job .mainli .hidden .job_require {
    margin-top: 20px
}

.job .mainli .hidden .job_require .require_title {
    font-weight: bold;
    font-size: 16px;
    color: #333;
    margin-bottom: 4px
}

.job .mainli .hidden .job_require ul li,
.job .mainli .hidden .job_require p {
    font-size: 14px;
    color: #555;
    line-height: 25px
}

.job .mainli .hidden .job_contact {
    color: #7caf24;
    font-size: 16px;
    margin-top: 50px;
    margin-bottom: 30px
}

.job .mainli .hidden .job_contact strong {
    margin-right: 5px
}

.job .mainli .hidden .job_contact span {
    margin-right: 15px
}

.job .mainli .hidden .job_contact .job_application {
    float: right;
    margin-top: -7px;
    display: inline-block;
    width: 160px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #7caf24;
    color: #fff
}

.job .mainli.active .show {
    background: url(../images/job_bottom.png) no-repeat right center;
}

.job .job_more {
    width: 140px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: block;
    margin: 0 auto;
    background: #7caf24;
    color: #fff;
    margin-top: 40px
}

.job .job_more img {
    margin-right: 8px;
}

.about_nav {
    width: 1200px;
    margin: 30px auto;
    text-align: center;
}

.about_nav li {
    display: inline-block;
    width: 24%
}

.about_nav li a {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    display: inline-block;
    width: 60%;
    padding: 20px 0;
}

.about_nav li a:hover,
.about_nav li a.active {
    border-bottom: 2px solid #7caf24;
    color: #7caf24
}

.company {
    width: 1200px;
    margin: 60px auto;
}

.company .company_content {
    width: 80%;
    margin: 0 auto;
}

.company .company_content p {
    font-size: 14px;
    line-height: 25px;
    color: #666;
    text-align: center;
    margin-bottom: 20px
}

.company .company_content p strong {
    font-weight: normal;
    color: #7caf24
}

.company .company_list {
    text-align: center;
    margin-top: 50px
}

.company .company_list li {
    display: inline-block;
    width: 270px;
    vertical-align: top;
}

.company .company_list li .imgwrap {
    height: 150px;
    line-height: 150px;
    width: 150px;
    border: 2px solid rgb(200, 200, 200);
    border-radius: 50%;
    margin: 0 auto;
}

.company .company_list li .imgwrap img {
    vertical-align: middle;
}

.company .company_list li .list_p {
    margin-top: 15px;
    font-weight: bold;
    color: #333;
    font-size: 15px
}

.company_img img {
    max-width: 100%;
    vertical-align: bottom;
}

.development {
    padding: 60px 0;
    width: 100%;
    background: rgb(247, 247, 247)
}

.development .wrap {
    width: 1200px;
    margin: 60px auto;
    position: relative;
}

#timeline {
    width: 100%;
    height: 450px;
    overflow: hidden;
    position: relative;
    background: url("../images/history_ul.png") repeat-y left top;
}

#dates {
    float: left;
    width: 16%;
    height: 450px;
    overflow: hidden;
}

#dates li {
    float: left;
    width: 100%;
    box-sizing: border-box;
}

#dates li a {
    display: block;
    height: 100px;
    font-size: 16px;
    padding-left: 26px;
    background: url("../images/history_li.png") no-repeat center left;
    color: #666666;
    line-height: 100px;
    font-weight: bold;
}

#dates li a.selected {
    color: #7caf24;
    background: url("../images/history_li_active.png") no-repeat center left;
}

#dates li a:hover {
    color: #7caf24
}

#issues {
    width: 84%;
    height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
    box-sizing: border-box;
    overflow: hidden;
}

#timeline #issues li {
    width: 100%;
    height: 500px;
    box-sizing: border-box;
}

#timeline #issues li .left {
    float: left;
    width: 40%;
}

#timeline #issues li .left .history_title {
    text-align: center;
    color: #7caf24;
    font-size: 22px;
    font-weight: bold;
}

#timeline #issues li .left .history_describe {
    font-size: 18px;
    color: #000;
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
}

#timeline #issues li .left .history_lists {
    margin-top: 30px
}

#timeline #issues li .left .history_lists p {
    font-size: 15px;
    color: #666;
    padding: 10px 0;
    padding-left: 20px;
    background: url("../images/history_pointer.png") no-repeat left center;
}

#timeline #issues li .right {
    float: right;
    width: 58%;
    padding-left: 2%
}

#timeline #issues li .right .text p {
    text-align: center;
    font-size: 15px;
    color: #666;
    padding: 10px 0;
}

#timeline #issues li .right img {
    max-width: 100%
}

.history_next {
    display: block;
    width: 34px;
    height: 19px;
    background: url(../images/history_bottom.png) no-repeat;
    position: absolute;
    bottom: 0;
    left: 31%
}

.history_prev {
    display: block;
    width: 34px;
    height: 19px;
    background: url(../images/history_top.png) no-repeat;
    position: absolute;
    top: 0;
    left: 31%;
}

.address {
    width: 1200px;
    margin: 60px auto;
}

.address .mapwrap {
    padding-bottom: 60px;
    border-bottom: 1px solid rgb(220, 220, 220);
    margin-top: 60px
}

.address .mapwrap .left {
    float: left;
    width: 46%
}

.address .mapwrap .left .map_title {
    font-size: 25px;
    line-height: 38px;
    color: #7caf24;
    font-weight: bold;
    margin-bottom: 40px
}

.address .mapwrap .left .address_title {
    font-size: 21px;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px
}

.address .mapwrap .left .address_cont {
    font-size: 15px;
    line-height: 28px;
    color: #333
}

.address .mapwrap .left .address_erweima {
    margin-top: 40px
}

.address .mapwrap .left .address_erweima .erweima_box {
    display: inline-block;
    margin-right: 5px
}

.address .mapwrap .left .address_erweima img {
    vertical-align: middle;
}

.address .mapwrap .left .address_erweima .texts {
    display: inline-block;
    vertical-align: middle;
}

.address .mapwrap .left .address_erweima .texts p {
    line-height: 30px;
    font-size: 16px;
    color: #333
}

.address .mapwrap .left .address_erweima .texts strong {
    color: #7caf24;
}

.address .mapwrap .right {
    float: right;
    width: 50%;
    height: 370px
}

.address .factory {
    padding: 60px 0;
    border-bottom: 1px solid rgb(220, 220, 220)
}

.address .factory .left {
    float: left;
    width: 48%
}

.address .factory .right {
    float: right;
    width: 48%
}

.address .factory .factory_title {
    font-size: 22px;
    color: #000;
    font-weight: bold;
    margin-bottom: 15px
}

.address .factory .factory_address {
    font-size: 15px;
    color: #333;
    line-height: 25px
}

.service {
    width: 1200px;
    margin: 60px auto;
}

.service .service_cont {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.service .service_cont p {
    font-size: 14px;
    color: #666;
    line-height: 25px
}

.service .service_list {
    margin-top: 50px
}

.service .service_list li {
    float: left;
    width: 23%;
    margin-left: 2.66%;
    text-align: center;
}

.service .service_list li.li1 {
    margin-left: 0
}

.service .service_list li .imgwrap {}

.service .service_list li .imgwrap img {
    max-width: 100%;
    vertical-align: bottom;
}

.service .service_list li .text {
    box-sizing: border-box;
    padding: 35px 5%;
    border: 1px solid rgb(220, 220, 220);
    border-top: none;
    height: 180px
}

.service .service_list li .service_title {
    font-size: 22px;
    color: #000;
    font-weight: bold;
    margin-bottom: 15px
}

.service .service_list li .text p {
    font-size: 14px;
    line-height: 25px;
    color: #666
}

.form_wrap {
    padding: 60px 0;
    width: 100%;
    background: rgb(247, 247, 247)
}

.form_wrap .wraps {
    width: 1000px;
    margin: 0 auto;
}

.form_wrap .wraps .form_title {
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    color: #222
}

.form_wrap .wraps .form_smalltitle {
    color: #7caf24;
    font-size: 15px;
    text-align: center;
    margin-top: 30px
}

.form_wrap .wraps form {
    text-align: center;
    margin-top: 50px
}

.form_wrap .wraps form li {
    display: inline-block;
    width: 45%;
    text-align: left;
    margin-bottom: 25px
}

.form_wrap .wraps form li.last {
    visibility: hidden;
}

.form_wrap .wraps form li span {
    display: block;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 8px
}

.form_wrap .wraps form li input {
    border: none;
    background: #fff;
    padding: 10px;
    width: 85%;
    font-size: 15px;
    color: #333;
    box-sizing: border-box;
}

.form_wrap .wraps form li select {
    border: none;
    background: #fff;
    padding: 10px;
    width: 85%;
    font-size: 15px;
    color: #333;
    box-sizing: border-box;
}

.form_wrap .wraps form li.areas {
    width: 90%
}

.form_wrap .wraps form li.areas textarea {
    width: 93%;
    height: 200px;
    border: none;
    padding: 10px;
    font-size: 15px;
    color: #333;
    box-sizing: border-box;
}

.form_wrap .wraps .submit {
    display: block;
    margin: 30px auto;
    width: 180px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #7caf24;
    border-radius: 25px;
    color: #fff
}

.form_wrap .wraps form li .error input {
    border: 1px solid red
}

.culture {
    width: 1200px;
    margin: 60px auto;
}

.culture .culture_cont {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.culture .culture_cont p {
    font-size: 14px;
    color: #666;
    line-height: 25px
}

.culture .culture_list {
    margin-top: 80px
}

.culture .culture_list li {
    margin-bottom: 80px
}

.culture .culture_list li .imgwrap {
    float: left;
    width: 58%
}

.culture .culture_list li .imgwrap img {
    vertical-align: bottom;
    max-width: 100%
}

.culture .culture_list li .text {
    float: right;
    width: 36%;
    padding: 0 3%;
    text-align: right;
}

.culture .culture_list li .text .texts_con {
    text-align: left;
    margin-top: 25px
}

.culture .culture_list li .text .culture_title {
    font-size: 18px;
    line-height: 25px;
    color: #333;
    margin: 30px 0;
}

.culture .culture_list li .text .culture_title strong {
    color: #7caf24;
    font-weight: normal;
}

.culture .culture_list li .text .culture_p p {
    font-size: 14px;
    color: #666;
    line-height: 25px
}

.culture .culture_list li.active .imgwrap {
    float: right;
}

.culture .culture_list li.active .text {
    float: left;
    text-align: left;
}

.culture .culture_list li.active .text .texts_con {
    text-align: right;
}

.searchform .input01 {
    width: 400px;
    height: 30px;
    border: 1px solid rgb(200, 200, 200);
    float: left;
    line-height: 30px;
    font-size: 15px;
    color: #666;
    padding-left: 10px;
}

.searchform .input02 {
    width: 100px;
    height: 32px;
    float: left;
    background: #7caf24;
    border: none;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
}

.formwrap {
    text-align: center;
    margin-top: 100px;
}

.searchform {
    display: inline-block;
}

.search-result-empry,
.search-keyword-error-too-short,
.search-error {
    text-align: center;
    margin: 20px auto 300px;
    font-size: 15px;
    color: #666;
}

.resultwrap {
    margin: 50px auto 200px;
}

.results {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    border-bottom: 1px solid rgb(220, 220, 220);
}

.results .titles {
    font-size: 16px;
    color: #333;
    line-height: 35px;
}

.results .titles:hover {
    color: #7caf24;
}

.results {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    border-bottom: 1px solid rgb(220, 220, 220);
}

.service_list {
    text-align: center;
}

.service_list ul {
    display: inline-block;
    text-align: center;
}

.service .service_list li {
    float: left;
    width: 33.33%;
    margin-left: 0;
    text-align: center;
    box-sizing: border-box;
    padding: 0 15px;
    cursor: pointer;
}

.service .service_list li .imgwrap {
    overflow: hidden;
}

.service .service_list li .imgwrap img {
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.service .service_list li:hover .imgwrap img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.service-model {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: none;
    z-index: 100000;
}

.shawo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.model-body {
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 10px;
    transition: all 0.5s;
    z-index: 100000;
}

.model-body.active {
    width: 70%;
    height: 600px;
}

.model-load-img {
    line-height: 50px;
    text-align: center;
}

.model-load-img img {
    vertical-align: middle;
}

.model-info {
    position: relative;
    padding: 50px;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.model-box {
    box-sizing: border-box;
    height: 100%;
    width: 100%;
}

.model-box h2 {
    font-size: 30px;
    text-align: center;
}

.model-box p {
    font-size: 16px;
    /* text-indent: 32px; */
    line-height: 30px;
    color: #333;
}

.js-m-close {
    position: absolute;
    right: 30px;
    top: 30px;
    display: none;
    width: 32px;
    height: 32px;
    background: url("../images/close-m.png") no-repeat center center;
    cursor: pointer;
}

.index_application {
    position: relative;
}

.index_application .fss-wrapper {
    position: absolute;
    display: none;
}

.index_application .fss-wrapper.active {
    display: block;
}

body.wfEditorMode .index_application a.wfEditorMode {
    display: none;
}

body.wfEditorMode .index_application a.wfEditorMode.active {
    display: block;
}

.bg.bg_application {
    /*display: none;*/
    /*position: absolute !important;*/
    top: unset;
}

.bg.bg_application.img_0 {
    /*display: block;*/
}

.products_list .lists_nav {
    text-align: unset;
    border-bottom: 0;
}

.products_list .lists_nav li {
    display: block;
    width: 100%;
}

.products_list .lists_nav li a {
    display: inline-block;
    width: 100%;
    height: 80px;
    line-height: 80px;
    color: #333;
    font-size: 18px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.products_list .lists_nav li a.active,
.products_list .lists_nav li a:hover {
    background: #7caf24;
    color: #fff;
}

.products_list h2 {
    font-size: 30px;
    color: #4c4c4c;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.products_list .lists {
    width: 70%;
    float: left;
    margin-top: 0;
}

.products_list {
    margin-top: 90px;
    overflow: hidden;
}

.lists_nav_left {
    width: 25%;
    margin-right: 10%;
    float: left;
}

.product_list {
    /*overflow: hidden;*/
    margin-top: 80px;
}

.lists_nav_right .lists {
    width: 65%;
    float: left;
}

.product_list .list_nav {
    text-align: unset;
}

.product_list .list_nav li {
    display: block;
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
}

.product_list .list_nav li a img {
    width: 40px;
    height: 40px;
}

.lists_nav_right h2 {
    font-size: 30px;
    color: #4c4c4c;
    margin-bottom: 20px;
    letter-spacing: 2px;
    font-weight: bold;
}

.lists_nav_right p {
    color: #666666;
    font-size: 16px;
}

.lists_nav_left h2 {
    font-size: 30px;
    color: #4c4c4c;
    padding-bottom: 20px;
    letter-spacing: 2px;
    font-weight: bold;
    border-bottom: 1px solid #e6e6e6;
}

.product_list .list_nav li a {
    width: 100%;
    font-weight: unset;
    font-size: 14px;
    /*border-bottom: 1px solid #e6e6e6;*/
    display: inline-block;
    /*line-height: 100%;
    vertical-align: middle;*/
}

.product_list .list_nav li a img {
    /*margin-right: 20px;*/
}

.product_list .list_nav li a img.btn-images1 {
    display: inline-block;
}

.product_list .list_nav li a:hover img.btn-images1,
.product_list .list_nav li a.active img.btn-images1 {
    display: none;
}

.product_list .list_nav li a img.btn-images2 {
    display: none;
}

.product_list .list_nav li a:hover img.btn-images2,
.product_list .list_nav li a.active img.btn-images2 {
    display: inline-block;
}

.product_list .list_nav li a:hover img,
.product_list .list_nav li a.active img {
    padding-left: 21px;
    /*padding-left: 10px;*/
    /*margin-left: -1px*/
}

.product_list .list_nav li a:hover,
.product_list .list_nav li a.active {
    background-color: #7caf24;
    color: #fff;
    border-bottom: 0;
    /*margin-left: 1px;*/
    display: inline-block;
}

.product_list .list_nav li a .lists_nav_l {
    float: left;
    width: 40px;
    height: 100%;
    margin-right: 20px;
    /*margin-right: 0px;*/
}

.product_list .list_nav li a .lists_nav_r:after {
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.product_list .list_nav li a .lists_nav_r {
    float: left;
    /*height: 100%;*/
    height: 40px;
    width: 50%;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.product_list .list_nav li a:hover .lists_nav_l,
.product_list .list_nav li a.active .lists_nav_l {
    /*padding-left: 21px;*/
    /*padding-right: 20px;*/
    padding-right: 15px;
    background-color: #7caf24;
    /*margin-left: 1px*/
}

.product_list .list_nav li a.active .lists_nav_r {
    width: 50%;
    text-align: left;
}

.product_list .lists {
    padding: 0;
    margin: 0;
    margin-top: 20px;
}

.product_list .lists li {
    width: 40%;
    padding: 0;
    text-align: left;
    /*margin-left: 10%;*/
    margin: 0;
    padding-right: 10%;
    border-top: 1px solid #e6e6e6;
    height: 450px;
}

.product_list .lists li .li_title {
    text-align: center;
}

.product_list .lists li .li_cont {
    text-align: center;
}

.product_list .lists li .imgwrap {
    /*line-height: 250px;
    height: 250px;*/
    overflow: hidden;
    width: 100%;
}

.product_list .lists li .imgwrap img {
    /*width: 100%;*/
    height: 100%;
    display: block;
    margin: 0 auto;
}


/*2018-12-14*/

.product_list .list_nav li .product-second-level {
    display: none;
}

.product_list .list_nav li .product-second-level a {
    padding: 10px 0;
    padding-left: 30px;
    width: auto;
    display: block;
    text-align: left;
    font-weight: bolder;
}

.product_list .list_nav li .product-second-level a.active:before {
    content: '>';
    width: 0;
    height: 100%;
    float: left;
    color: #7caf24;
    position: relative;
    left: -30px;
}

.product_list .list_nav li .product-second-level a.active,
.product_list .list_nav li .product-second-level a:hover {
    border: 0px;
    background-color: #fff;
    color: #7caf24;
}

@media screen and (min-width: 1040px) {
    .product_list .list_nav li:hover .product-second-level {
        display: block;
    }
}


/*2018-12-14 end*/

.about_nav li {
    width: 18%;
}

.application_list .list li {
    box-sizing: border-box;
    padding: 0 10px 20px 10px;
}

.application_list .list li .a-item {
    display: block;
    position: relative;
    overflow: hidden;
}

#top .search_wrap .language {
    margin-right: 50px;
}

.related .related_wrap .related_slider li .imgwrap img {
    transition: transform 1s;
    -webkit-transition: -webkit-transform 1s;
}

.related .related_wrap .related_slider li:hover {
    background: unset;
    box-shadow: unset;
}

.related .related_wrap .related_slider li .imgwrap img:hover {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.related .related_wrap .related_slider li .imgwrap img:hover {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.related .related_wrap {
    width: 1000px;
}


/*.product_detail .product_detail01 .detail01_wrap .right_list li{
    background: url(../images/yuan.png) no-repeat left 12px;
}*/


/*
.product_detail .product_detail01 .detail01_wrap .right_list li{
    background: url(../images/yuan.png) no-repeat left 12px;
}

.product_detail .product_detail01 .detail01_wrap .left {
    float: right;
    width: 70%;
}

.product_detail .product_detail01 .detail01_wrap .right {
    float: left;
    width: 30%;
}

.product_detail .product_detail01 .detail_contp {
    width: 100%;
    margin: 15px 0;
    text-align: left;
}
.product_detail .product_detail01 .detail_title {
    text-align: left;
}
.product_detail .product_detail01 .slider_wrap {
    width: 95%;
}
.detail01_slider img {
    height: 100%;
}
.product_detail .product_detail01 .detail01_slider li {
    height: 500px;
}
.product_detail .product_detail01 .detail01_wrap .right .more{
    float: left;
    margin-left: 0;
    margin-top: 50px;

}
.product_detail .product_detail01 .detail01_wrap .right .more img{
    vertical-align: middle;
    margin-left: 6px;
}


.product_detail .product_detail01 .detail01_wrap .right .right_title{
    margin: 30px 0 20px;
}
*/

.product_detail .product_detail01 a.more-a {
    display: block;
    /*text-align: center;*/
    margin-top: 30px;
}

.product_detail .product_detail01 a.more-a .more img {
    vertical-align: middle;
    margin-left: 6px;
}

.product_detail .product_detail01 .detail01_slider li img {
    /*width: 100%;*/
    /*height: 100%;*/
    width: 228px;
}

.related .related_wrap .related_slider li .imgwrap img {
    max-width: 220px;
    max-height: 220px;
}

.product_list {
    margin-bottom: 150px;
}


/* .office .textwrap .text_slider li .text_cont{
	overflow-y: scroll;
    height: 100px;
} */


/*2018-12-4*/


/*.about_nav{width: 1200px;}*/

.about_nav li {
    width: 15%;
}

.about_nav li a {
    /*width: 100%;*/
    width: auto;
}

.product_detail .product_detail01 .detail01_wrap .right_list li {
    background: url(../images/juxing.png) no-repeat left 8px;
}

.news .news_list li .text_wrap .news_cont span {
    background-color: #7caf24;
    color: #fff;
    padding: 3px 5px;
    /*margin-top: 13px;*/
}

.news .news_list li .text_wrap .news_cont p {
    margin-bottom: 13px;
}


/*2018-12-4 end*/


/*2018-12-12*/

.index_application .text_wrap {
    width: 1300px;
    margin-left: -650px;
}

.index_application .list li {
    margin: 0 30px
}


/*.application_list  .list li.active{float: left;}*/

.office .textwrap .text_slider li .text_cont li {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    /*list-style:circle;*/
    float: none;
    background-image: url(../images/li-icon.png);
    background-size: 5px 5px;
    background-repeat: no-repeat;
    background-position: 0px 10px;
    padding-left: 10px;
}

.office .textwrap {
    padding: 30px 30px 30px 0;
}

.office .textwrap .text_slider li .text_title,
.office .textwrap .text_slider li .line {
    margin-left: 30px;
}

.office .textwrap .text_slider li .text_cont {
    margin-left: 20px;
}

.application li .text_wrap span {
    display: block;
    margin-top: 30px;
}

.application li .text_wrap span .more {
    display: initial;
}

.related .related_wrap {
    width: 1200px;
}

.related .related_wrap .related_slider li .imgwrap img {
    max-width: 100%;
}

.form_wrap .wraps form li.li-checkbox {
    width: 90%;
}

.form_wrap .wraps form li .li-checkbox-box {
    float: left;
    margin-right: 5%
}

.form_wrap .wraps form li input.li-checkbox-main {
    width: auto;
}

.form_wrap .wraps form li b {
    margin-left: 5px;
}

.application_list .list_nav li {
    width: 15%;
}

.Technology {
    max-width: 1200px;
    margin: auto
}

.Technology .content-title {
    text-align: left;
    margin-bottom: 0;
}

.Technology .content-title .title_en {
    line-height: 1;
    margin-top: 90px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d9d9d9;
}

.Technology li {
    width: 45%;
    height: 400px;
    /*float: left;*/
    display: inline-block;
    vertical-align: text-top;
    padding-bottom: 40px;
    padding-top: 60px;
    /*border-style: hidden hidden dotted hidden;*/
    border-bottom: 2px dotted #e2e2e2;
}

.Technology li.active {
    /*float: right;*/
    padding-left: 9%;
    padding-left: -webkit-calc(10% - 5px);
    padding-left: calc(10% - 5px);
}

.Technology li img {
    width: 100px;
    height: 100px;
}

.Technology li h2 {
    font-size: 18px;
    color: #7caf24;
    padding: 30px 0 25px;
}

.Technology li p {
    line-height: 2;
    color: #666666;
    font-size: 14px;
}


/*2018-12-12 end*/


/*2018-12-13*/

.news-two select {
    /*float: right;*/
    width: 100%;
    margin-bottom: 10px;
}

.news-two .news-box {
    /*margin-top: 60px;*/
}

.news.news-two .news_list {
    margin-top: 0;
}

.news-two .lists_nav_left {
    margin-right: 5%;
}


/*.news-two .list_nav li a .lists_nav_l {
    float: left;
    width: 40px;
    height: 100%;
    margin-right: 20px;
}*/

.news-two .news_list {
    width: 70%;
    float: right;
}

.news-two .list_nav li a {
    width: 100%;
    font-weight: unset;
    font-size: 14px;
    display: inline-block;
}

.news-two .list_nav li a.active:before {
    content: '>';
    width: 0;
    height: 100%;
    line-height: 40px;
    float: left;
    color: #7caf24;
}

.news-two .list_nav li a.active {
    color: #7caf24;
}

.news-two .list_nav li a .lists_nav_r {
    float: left;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    padding-left: 30px;
    font-size: 14px;
}

.news-two .list_nav li a.active .lists_nav_l {
    padding-right: 20px;
}

.news-two .lists {
    padding: 0;
    margin: 0;
    margin-top: 20px;
}

.news-two .lists li {
    width: 40%;
    padding: 0;
    text-align: left;
    margin: 0;
    padding-right: 10%;
    border-top: 1px solid #e6e6e6;
    height: 450px;
}

.news-two .lists li .li_title {
    text-align: center;
}

.news-two .lists li .li_cont {
    text-align: center;
}

.news-two .lists li .imgwrap {
    /*line-height: 250px;
    height: 250px;*/
    overflow: hidden;
    width: 100%;
}

.news-two .lists li .imgwrap img {
    /*width: 100%;*/
    height: 100%;
    display: block;
    margin: 0 auto;
}

.product-second-level a {
    display: block;
    padding-left: 80px;
    /*padding-left: 27%;*/
    /*padding-left: calc(20% + 20px);*/
}


/*2018-12-13 end*/


/*2018-12-17*/

.product_detail .product_detail01 .detail_contp {
    text-align: justify;
}

.company_img img,
.index_about .right img {
    width: 100%;
}

.product_list .list_nav li .product-second-level a,
.product_list .list_nav li a {
    font-weight: normal;
}

#footer .footer02 .left .footer_text02 a {
    color: #787878;
}

.search-result-empry {
    margin: 20px auto 20px;
    min-height: 500px;
}

.product_detail table tr td:nth-of-type(1),
.product_detail table tr td:nth-of-type(3) {
    padding: 0 2%;
}

.inside_banner .text .line {
    display: none;
}

.banner .banner_text .big_text {
    font-size: 40px;
    color: #b2cf81;
    font-weight: normal;
}

.banner .banner_text {
    left: 0;
    right: 0;
    margin: auto;
}


/*2018-12-17 end*/


/*2018-12-25*/

.news .seclect {
    border: 1px solid #333;
    position: relative;
    background-color: #fff;
    cursor: pointer;
    background-image: url(../images/sjx.png);
    background-size: 8px 8px;
    background-position: right 10px center;
    background-repeat: no-repeat;
}

.news .seclect p {
    padding: 10px;
}

.news .seclect .sec-list {
    position: absolute;
    background-color: #fff;
    /*padding: 10px;*/
    border: 1px solid #333;
    width: 100%;
    left: -1px;
    top: 40px;
    display: none;
}

.news .seclect .sec-list li:hover a {
    color: #fff;
}

.news .seclect .sec-list li {
    /*padding: 10px;*/
}

.news .seclect .sec-list li a {
    display: block;
    padding: 10px;
}

.news .seclect .sec-list li:hover {
    color: #fff;
    background-color: #7caf24;
}

.index_product {
    padding-bottom: 0;
}


/*2018-12-25 end*/


/*2019-1-25*/

.form_wrap .wraps form li.Verification {
    width: 90%;
    position: relative;
}

.form_wrap .wraps form li.Verification input {
    width: 200px;
    float: left;
}

.form_wrap .wraps form li.Verification #yw0_button {
    float: left;
    margin-left: 10px;
    position: absolute;
    bottom: 7px;
}

.form_wrap .wraps form li.Verification #yw0 {
    float: left;
    margin-left: 10px;
    height: 40px;
}


/*2019-1-25 end*/


/*2019-1-31*/

.product_detail table tr td:nth-of-type(1),
.product_detail table tr td:nth-of-type(3) {
    width: 33.3333%;
    padding: 0 0 0 1%;
}

.action--site-productDetailMore .product_detail table tr td:nth-of-type(1),
.action--site-productDetailMore .product_detail table tr td:nth-of-type(2),
.action--site-productDetailMore .product_detail table tr td:nth-of-type(3),
.action--site-productDetailMore .product_detail table tr td:nth-of-type(4) {
    width: 25%;
    padding: 0 0 0 1%;
}

.product_list .lists li .li_title_span {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.product_list .list_nav li .product-second-level.active {
    display: block;
}


/*2019-1-31 end*/


/*2019-2-11*/

.product_list .lists li .li_span {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    display: block;
}


/*2019-2-11 end*/


/*2019-2-12*/

.news_detail img {
    height: auto;
}

.product_list .list_nav li a .lists_nav_r br {
    display: none;
}


/*2019-2-12 end*/


/*2019-2-13*/

.mobile-nav-div {
    width: 90%;
    margin: auto;
}

.mobile-nav-li i {
    font-style: normal;
}

.mobile-nav-li .mobile-nav-a {
    display: block;
}

.mobile-nav-li .mobile-nav-a i {
    position: absolute;
    right: 0;
    top: 0;
}

.mobile-nav-li .jia {
    transition: all .3s;
    -webkit-transition: all .3s;
}

.mobile-nav-li.active .jia {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -moz-transform: rotate(45deg);
    /* Firefox */
    -webkit-transform: rotate(45deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(45deg);
}

.mobile-nav-li.active .mobile-nav-a {
    color: #7caf24;
}

.mobile-nav-li {
    border-top: 1px solid #e3e3e3;
    font-size: 25px;
    width: 100%;
    display: block;
    line-height: 80px;
    position: relative;
}

.second-menu-a i {
    margin-right: 15px;
}

.mobile-second-menu {
    display: none;
}

.second-menu-a {
    display: block;
}

.mobile-nav-div {
    display: none;
}

.index_news .list {
    width: 85%;
    margin: auto;
}

.action--site-index .swiper-button-next-news {
    right: 0;
    background-image: url(../images/right.png);
}

.action--site-index .swiper-button-prev-news {
    left: 0;
    background-image: url(../images/left.png);
}

.action--site-index .swiper-button-next-news,
.action--site-index .swiper-button-prev-news {
    /*margin-top: 50px;*/
    width: 20px;
    height: 30px;
    background-size: 100% 100%;
    position: absolute;
    top: 490px;
    z-index: 2;
}

.index_news {
    position: relative;
    z-index: 2;
}


/*2019-2-13 end*/


/*2019-2-14*/

.action--site-index .swiper-button-next-news,
.action--site-index .swiper-button-prev-news {
    display: none;
}

.index_news .list li .imgwrap {
    height: auto;
}

.index_news .list {
    padding: 50px 0;
}

.action--site-index .banner li {
    background-color: rgb(248, 248, 248);
}

.related .related_wrap .arrow01:hover {
    background-image: url(../images/detail_arrow01_active.png);
}

.related .related_wrap .arrow02:hover {
    background-image: url(../images/detail_arrow02_active.png);
}

.action--site-search .pageinner,
.action--site-error .pageinner {
    padding-bottom: 180px;
    position: relative;
    min-height: 800px;
}

.action--site-search #footer,
.action--site-error #footer {
    /*min-height: 1080px;*/
    bottom: 0;
    position: absolute;
}


/*2019-2-14 end*/


/*2019-2-15*/

.index_product .cont_p {
    margin-bottom: 68px;
}

.model-box td.country br {
    display: none;
}

.index_news .list {
    padding: 0 0 50px;
}

.application li .text_wrap {
    /*margin-top: 60px;*/
    margin-top: 0;
}

.application li.active .imgwrap {
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding-left: 5%;
}

.application li.active .text_wrap {
    float: none;
    display: inline-block;
    vertical-align: middle;
    width: 44%;
    width: calc(45% - 5px);
    width: -webkit-calc(45% - 5px);
    width: -ms-calc(45% - 5px);
    width: -moz-calc(45% - 5px);
    width: -ms-calc(45% - 5px);
    width: -o-calc(45% - 5px);
    padding-left: 0;
}

.application li .text_wrap {
    vertical-align: middle;
    display: inline-block;
    float: none;
}

.application li .imgwrap {
    vertical-align: middle;
    display: inline-block;
    float: none;
}

.application li.active1 .imgwrap {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.application li.active1 .text_wrap {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.application li .text_wrap {
    padding-left: 4%;
    padding-left: calc(5% - 5px);
    padding-left: -webkit-calc(5% - 5px);
    padding-left: -ms-calc(5% - 5px);
    padding-left: -moz-calc(5% - 5px);
    padding-left: -ms-calc(5% - 5px);
    padding-left: -o-calc(5% - 5px);
}


/*2019-2-15 end*/


/*2019-3-7*/


/*.news_detail iframe{
    width: 100%;
    height: 500px;
}*/


/*2019-3-7 end*/


/* 2019-7-3 start */

.Technology1 {
    font-size: 0;
}

.Technology1 img {
    max-width: 100%;
}

.iRayDrBannerTitle {
    width: 100%;
    padding: 92px 0 0;
    font-size: 30px;
    color: #3e3a39;
    text-align: center;
}

.iRayDrBanner {
    width: 100%;
    height: 807px;
}

.iRayDrBanner .container {
    width: 70%;
    margin: 0 auto;
    height: 100%;
}

.iRayDrBanner .container .item {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.iRayDrBanner .container img {
    margin: 0 auto;
}

#mobile {
    display: none;
}

.iRayDrBanner .container {
    width: 90%;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 50px !important;
}

.swiper-pagination-bullet-active {
    background: #7caf24 !important;
}

.swiper-button-prev-green {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%237caf24'%2F%3E%3C%2Fsvg%3E") !important;
}

.swiper-button-next-green {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%237caf24'%2F%3E%3C%2Fsvg%3E") !important;
}

.Technology1 a {
    font-size: 20px;
}


/* 2019-7-3 end */

/* 2019-11-28 start */
sup {
    vertical-align: super;
}

/* 2019-11-28 end */


.banner .mobile-img {
    display: none;
}

.banner .swiper-slide>a.banner-link {
    display: block;
}

.banner img {
    display: block;
    width: 100%;
    height: auto;
}

/* 2020-3-18 start */
.application_list .download {
    height: auto;
    line-height: 2;
    padding: 1rem 0;
}

/* 2020-3-18 end */

/* 2020-3-19 start */
.application_list .download {
    cursor: auto;
}

.application_list .download a {
    color: #7caf24;
}

/* 2020-3-19 end */